VT-d: replace bogus gprintk()
authorJan Beulich <jbeulich@suse.com>
Thu, 23 Apr 2015 11:05:33 +0000 (13:05 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 23 Apr 2015 11:05:33 +0000 (13:05 +0200)
commit47b931e763d842a78e9054fe002c7c1e0342b014
treec672a0eb4ab6c05f6b9c19e03ff25598b5942c2f
parent314ce9ccb4c9679212a439044c19a71167e38fb4
VT-d: replace bogus gprintk()

Just like the other messages in this function this one should be issued
through plain printk() - the current vCPU is irrelevant here. (Noticed
while backporting to older trees, which don't have gprintk().)

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/drivers/passthrough/vtd/iommu.c